CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - real mode to protected mode

搜索资源列表

  1. heajkfja

    0下载:
  2. 实模式/保护模式切换 (2) 在保护模式下将Buffer的内容全部设置为0AAH。 (3) 返回实模式后,将Buffer、Buffer2的内容显示出来 -real mode / protection mode switching (2) in protected mode will Buffer all the details of the set to 0A AH. (3) return to real mode, will Buffer, Buffer2 the conte
  3. 所属分类:汇编语言

    • 发布日期:2014-01-12
    • 文件大小:9931
    • 提供者:luobo
  1. makedos4G

    0下载:
  2. 該程序可以將DOS的工作模式進行轉變,由實模式進入保護模式.想了解計算机底層的人一定會喜歡,呵呵!-the program can work in DOS mode changes from real mode to protected mode. want to know the bottom of the computer people will be like, Oh!
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:2639
    • 提供者:劉甜
  1. 20040511101

    0下载:
  2. 从表面上看,保护模式和实模式并没有太大的区别,二者都使用了内存段、中断和设备驱动来处理硬件,但二者有很多不同之处。我们知道,在实模式中内存被划分成段,每个段的大小为64KB,而这样的段地址可以用16位来表示。内存段的处理是通过和段寄存器相关联的内部机制来处理的,这些段寄存器(CS、DS、 SS和ES)的内容形成了物理地址的一部分。具体来说,最终的物理地址是由16位的段地址和16位的段内偏移地址组成的。用公式表示为:物理地址=左移4位的段地址+偏移地址。-On the surface, prote
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:129778
    • 提供者:zlhhlz
  1. 操作系统实验1-1

    0下载:
  2. 实现了分段分页,实模式和保护模式的切换,以及对显示缓存的操作-achieve the above tabs, real mode and protected mode switch, and to show that the operation cache
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:7845
    • 提供者:文旭
  1. PMSTART1

    0下载:
  2. 保护模式下的编程。从实模式进入保护模式,8255并行输入并行输出,通过显存字符输出,K0=1返回实模式-Protected mode programming. From the real-mode to enter the protected mode, parallel input parallel output of 8255 through the memory output characters, K0 = 1 to return to Real Mode
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2328
    • 提供者:周英
  1. DelphiWindowshexinbiancheng

    0下载:
  2. 本书是一本介绍Windows核心技术及高级技巧的专著。从系统内核编程出发,使用大量的例子帮助读者理解这些编程技术,讲述了线程同步及隐藏、系统钩子深入分析、读写物理磁盘的关键技术、读写物理内存和其他进程内存的核心技术、Windows 9x下调用16位实模式和保护模式代码的核心技术、直接读写端口技术、可执行文件加壳的技巧、PE结构分析、Ring0的实现、Windows API截取技术、屏幕取词技术等方面的内容。全书对热点源代码进行了深入剖析和讲解,同时本书汇聚了作者利用Soft-ICE跟踪调试经验,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:49119913
    • 提供者:龙文
  1. Intelhbyycxsjdsb

    0下载:
  2. 本书全面细致地讲述了汇编语言程序设计的各个方面。从微处理器体系结构、工作机制到指令集;从最基本的编译器链接器的使用到高级过程、结构和宏的使用;从用纯汇编编写程序到用VC++,BC++等最新编译器与汇编的混合接口编程;从16位实模式下BIOS,DOS实模式文本及图形程序设计到32位保护模式的Windows程序设计;从磁盘基础知识到Intel指令编码、浮点运算等相关知识都做了深入而细致的讲解。 -This book describes a comprehensive and meticulo
  3. 所属分类:assembly language

    • 发布日期:2017-05-26
    • 文件大小:9304336
    • 提供者:Ryan
  1. wat2001b

    0下载:
  2. 765K 非常强大,著名和实用的TCP/IP等网络功能的编程库,完全免费且简单易用,基于Borland C.它的使用很广泛,比如近年来推出的DOS下的Internet工具大都是用它编写出来的.这是DOS实模式的版本,其它各种说明和资料以及DOS保护模式下TCP/IP的版本可在它的网站http://www.wattcp.com/上找到.推荐程序员使用! 如果使用BC31环境,请在prj中加入lib\目录下的库文件,并调用对应H文件的函数接口-765K is very powerful, well-
  3. 所属分类:TCP/IP Stack

    • 发布日期:
    • 文件大小:782974
    • 提供者:
  1. 4G

    0下载:
  2. 实模式下4G内存访问,4G内存访问需要在保护模式下进行,而这个程序不用在保护模式下就能轻松访问4G的内存-Real mode memory access 4G, 4G memory access required under the protection mode, and this program do not need to be able to easily access protected mode memory 4G
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2203
    • 提供者:肖正东
  1. PC_Assembly_Language_Paul_A_Carter_2006-book

    0下载:
  2. PC Assembly Language Paul A. Carter July 23, 2006 The purpose of this book is to give the reader a better understanding of how computers really work at a lower level. By gaining a deeper understanding of how computers work, the reader can often
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:714153
    • 提供者:zeka.fl
  1. clustering-project

    0下载:
  2. its a clustering program , mannual were user can create cluster of machines, and can rum a program on 2 machines paralely
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:228378
    • 提供者:mahendra mehra
  1. Intelhbyycxsjdsb

    1下载:
  2. Intel汇编语言程序设计。本书全面细致地讲述了汇编语言程序设计的各个方面。从微处理器体系结构、工作机制到指令集;从最基本的编译器链器的使用到高级过程、结构和宏的使用;从用纯汇编编写程序到用C/C++等最新编译器与汇编的混合接口编程;从16位实模式下BIOS、DOS实模式文本及图形程序设计到32位保护模式的Windows程序设计;从磁盘基础知识到Intel指令编码、浮点运算等相关知识都做了深入而细致的讲解。-Intel assembly language programming. The boo
  3. 所属分类:assembly language

    • 发布日期:2017-05-26
    • 文件大小:9302827
    • 提供者:戈青
  1. GO-TO-PROTECTED-MODE-[MASM].ra

    0下载:
  2. Here is a simple code to enter protected mode and return to real mode. As the mere switch PMODE seems quite incomplete, the code also instructs SLM.,Here is a simple code to enter protected mode and return to real mode. As the mere switch PMODE see
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-06
    • 文件大小:856
    • 提供者:pat
  1. booktool

    1下载:
  2. 《x86汇编语言:从实模式到保护模式》的源代码-" X86 assembly language: from real mode to protected mode," the source
  3. 所属分类:source in ebook

    • 发布日期:2016-01-26
    • 文件大小:2445312
    • 提供者:Lhmily Yang
  1. booktools

    2下载:
  2. 目前学习汇编语言的国内经典名著:《x86汇编语言:从实模式到保护模式》随书配套的源代码和编译工具说明完整包,这本书的特点是没有该完整工具包无法阅读消化!-目前学习汇编语言的国内经典名著:《x86汇编语言:从实模式到保护模式》随书配套的源代码和编译工具说明完整包,这本书的特点是没有该完整工具包无法阅读消化! 请键入文字或网站地址,或者上传文档。 取消 Mùqián xuéxí huìbiān yǔyán de guónèi jīngdiǎn míngzhù:“X86 huìbiān y
  3. 所属分类:assembly language

    • 发布日期:2017-05-28
    • 文件大小:11023328
    • 提供者:namejiang
  1. Demo03

    0下载:
  2. 博客《操作系统与网络实现》第三份源码,关于操作系统实模式与保护模式的跳转-Blog " operating system and network to achieve" the third source, jump on the operating system in real mode and protected mode
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2125
    • 提供者:Bob
  1. x86汇编语言-从实模式到保护模式

    1下载:
  2. x86汇编语言——从实模式到保护模式书籍及相关代码(X86 assembly language -- from real mode to protected mode books and related codes)
  3. 所属分类:汇编语言

    • 发布日期:2020-12-07
    • 文件大小:7347200
    • 提供者:Besos
搜珍网 www.dssz.com